Initial Release
ยท One min read
Initial Release of nestjs-query
.
nestjs-query
is collection of packages to make crud for graphql
(and potentially other transports) easier.
This library is composed of three packages.
@nestjs-query/core
- Defines all interfaces and utility types implemented by the other packages.@nestjs-query/query-graphql
- Package that provides the graphql resolver and decorators for crud endpoints.@nestjs-query/query-typeorm
- Package that implements a Typeorm service that can be used by itself or with the graphql resolver provided by@nestjs-query/query-graphql
.